about-dialog: don't set a margin around the license area
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Feb 2012 16:21:52 +0000 (11:21 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Feb 2012 16:21:52 +0000 (11:21 -0500)
Make it consistent with the credits page.

https://bugzilla.gnome.org/show_bug.cgi?id=670077

gtk/gtkaboutdialog.c

index 674307e95ab088f5a6fdd88910b8beaf9d723f1b..2f7704704abadea40516b48570feee0241ea5229 100644 (file)
@@ -2455,7 +2455,6 @@ create_license_page (GtkAboutDialog *about)
   priv->license_page = gtk_notebook_append_page (GTK_NOTEBOOK (priv->notebook), page_vbox, NULL);
 
   sw = gtk_scrolled_window_new (NULL, NULL);
-  gtk_container_set_border_width (GTK_CONTAINER (sw), 5);
   gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw), GTK_SHADOW_IN);
   gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
                                   GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);